Package com.cisco.pt.ipc.sim.impl
Class TimedType7LSAImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.TimedType7LSAImpl
- All Implemented Interfaces:
IPCData,TimedType7LSA
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLsa()voidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidsetLsa(OSPFType7LSA lsa) Methods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVector
-
Field Details
-
lsa
-
-
Constructor Details
-
TimedType7LSAImpl
public TimedType7LSAImpl()
-
-
Method Details
-
getLsa
- Specified by:
getLsain interfaceTimedType7LSA- Returns:
- OSPFType7LSA Returns a OSPFType7LSA
-
setLsa
- Specified by:
setLsain interfaceTimedType7LSA- Parameters:
lsa- Takes in a parameter of lsa
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Specified by:
readin classIPCDataImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-